When doing a SQL Server database backup using the T-SQL BACKUP statement, does WITH FORMAT only wipe out the specified Media Set or does it wipe out all Media ...
Backs up a complete SQL Server database to create a database backup, or one or more files or filegroups of the database to create a file backup. Select a product · SQL Server
It simply means that you cannot have compressed and uncompressed backups on the same backup media, which means a file (or set of files if you're striping).
The BACKUP DATABASE statement is used in SQL Server to create a full back up of an existing SQL database. Syntax. BACKUP DATABASE databasename. TO DISK = ' ...